home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / qpeg11c.zip / INSTALL.DOC < prev    next >
Text File  |  1993-10-15  |  2KB  |  38 lines

  1.  
  2. To get QPEG working for your graphics card, follow these steps:
  3.  
  4.  1. Copy the appropriate configuration file to your QPEG directory
  5.     and rename it to QPEG.CFG, for example:
  6.        COPY \QPEG\CFG\ET4000HI.CFG \QPEG\QPEG.CFG
  7.     If you're not sure which configuration file to choose, look into
  8.     your graphics card's manual.  It should mention the name of the
  9.     card or the name of the chipset.
  10.  
  11.  2. You should then browse through the configuration file, read the
  12.     comments and check if everything looks okay.
  13.  
  14.  3. Copy the video driver to your QPEG directory (don't rename it),
  15.     for example:
  16.        COPY \QPEG\DRV\ET4000.DRV \QPEG
  17.     If you're not sure which driver to choose, look at the configuration
  18.     file:  the first line that is not a comment (i.e. not preceded by
  19.     a '#') will look like this:
  20.        ET4000 BGR
  21.     In this case you must use the driver ET4000.DRV.  If the line goes like
  22.        GENOA BGR
  23.     you have to use GENOA.DRV, etc.
  24.  
  25.  4. Run QPEG by typing 'QPEG' (if you want some information about the
  26.     command line options, type 'QPEG /?').
  27.     Try viewing images using different video modes.  If everything works
  28.     fine, sit back and relax.
  29.  
  30. Some Hints:
  31.  
  32.  - If you can't get a video driver to work, try the VESA configuration.
  33.    If your VGA BIOS hasn't embedded VESA compatibility, you have to install
  34.    a VESA BIOS extension (VBE) before starting QPEG.
  35.  
  36.  - You can write your own video driver.  Please read the file DRVSRC\DRV.DOC
  37.    for more information.
  38.